home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libgphoto2-2 / camlibs / README.toshiba-pdrm11 < prev   
Encoding:
Text File  |  2009-01-07  |  1.2 KB  |  37 lines

  1. This is the driver for the toshiba pdr-m11 camera.  It's not the greatest
  2. camera, but it is enough for me.
  3.  
  4. What works:
  5. I can get a list of filenames, download jpeg thumbnails, and download all files
  6.  
  7. What doesn't work:
  8. Tiff thumbnails don't work.  Deleting a file only works sometimes.
  9.  
  10.  
  11. The camera appears to be a 16bit little-endian processor (based on guesses from the data it sends back.)
  12.  
  13. --------SIGNALS--------------------
  14.  
  15. -signal-----length-----read/write---------data----------------
  16.  
  17. 1f40        0    w        (used in init)
  18. 1f30        0    w        (used in init)
  19.  
  20. 9300        0    w        (sent right before retrieving a picture)
  21. 9b00        0    w        (sent right before retrieving a thumbnail)
  22.  
  23. ad00        8    r        30 01 <2picNum> <jpeg/tiff> 00 00 00
  24.  
  25. ae00        2    w        01 00        (always follows a b200)
  26. b200        2    w        <2picNum>    (select a picture)
  27.  
  28. b600        10    r        00 00 <number of pictures> 00 ?? ?? ?? ??
  29. b900        26    r        00 00 <12filename> 20 00 20 00 <4LengthOfPic> 64 46 3f 2e
  30. ba40        2    r        00 00 (used in delete)
  31. bf01        2    r        00 00
  32. d000        4    r        01 30 00 25    (check if camera is ready? (30 and 00 don't change 01 and 25 signal ready)
  33. e600        14    r        ?? ?? ?? ?? ?? ?? ?? <2ThumbSize> ?? ?? ?? ?? ??
  34. d700        0    w        ping
  35. d800        0    w        ping (there is a d800 followed by a d701)
  36. d701        0    w        (ping?)
  37.